design-system-pl
v4.2.2
Published
To use PL-UI components, all you need to do is install the `design-system-pl` package and its peer dependencies:
Downloads
12
Readme
PL UI provides a set of accessible, reusable, and composable React components that make it super easy to create websites and apps.
Installing PL-UI
To use PL-UI components, all you need to do is install the
design-system-pl
package and its peer dependencies:
$ yarn add design-system-pl
# or
$ npm i design-system-pl
Usage
import { Button } from "design-system-pl"
function Example() {
return (
<>
<Button btnType="primary" children="Click" />
<Button btnType="secondary" children="Click" iconPlus />
<Button btnType="outline" children="Click" disabled />
</>
)
}
Contributors ✨
Thanks goes to these wonderful people
License
MIT © PL