4.2.2 • Published 2 years ago

design-system-pl v4.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm NPM

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

4.1.8

2 years ago

4.1.7

2 years ago

4.1.9

2 years ago

4.1.4

2 years ago

4.2.2

2 years ago

4.1.3

2 years ago

4.1.6

2 years ago

4.1.5

2 years ago

4.2.1

2 years ago

4.1.2

2 years ago

4.2.0

2 years ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.9

2 years ago

4.0.8

2 years ago

4.0.7

2 years ago

4.0.6

2 years ago

4.0.4

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago