4.2.2 • Published 3 years ago

design-system-pl v4.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

4.1.7

3 years ago

4.1.9

3 years ago

4.1.4

3 years ago

4.2.2

3 years ago

4.1.3

3 years ago

4.1.6

3 years ago

4.1.5

3 years ago

4.2.1

3 years ago

4.1.2

3 years ago

4.2.0

3 years ago

4.1.1

3 years ago

4.1.0

3 years ago

4.0.9

3 years ago

4.0.8

3 years ago

4.0.7

3 years ago

4.0.6

3 years ago

4.0.4

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

0.3.9

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago