socialwell-design
v1.0.79
Published
## Installation
Downloads
37
Readme
This is a socialwell web design system
Installation
yarn add socialwell-design
or
npm i socialwell-design
How to use
import { Button } from "socialwell-design";
<Button
name="Button"
variant="solid" // solid | outline
size="md" // md | lg
/>