a98686c756 | ||
---|---|---|
.. | ||
src | ||
.eslintignore | ||
README.md | ||
babel.config.js | ||
index.js | ||
package.json | ||
webpack.config.js |
README.md
@microsoft/overreact
@microsoft/overreact is a new component.
References
Installing
When using yarn, run the following command:
yarn add --save @microsoft/overreact
Using
After installing, import the package into your code and start using it
import { Overreact } from '@microsoft/overreact';
/// ...