@carrot-farm/mongsil-ui
Version:
react ui library
43 lines (27 loc) • 510 B
Markdown
# Mongsil-ui
## Summary
- Neumorphism을 구현.
## Examples
- [storybook](https://mongsil-sb.netlify.app/)
## Usage
- npm login
```bash
$ npm login --registry=https://npm.pkg.github.com
> Username: <Github_Name>
> Password: <Your_Access_Token>
> Email: <Your_Github_Email>
```
- install package
```bash
yarn add @carrot-farm/mongsil-ui
```
- setup style
- 진입점에서 style insert
```jsx
// @ index.jsx
import '../node_modules/@carrot-farm/mongsil-ui/dist/style.css';
```