0.0.6 • Published 2 years ago

thecodeduck-react-components v0.0.6

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

thecodeduck-react-components

thecodeduck-react-components is a diverse React components library.

Check the components on Storybook.

Installation

npm install thecodeduck-react-components

Usage

# Example for the Simple Button Component

import SimpleButton from "thecodeduck-react-components/SimpleButton";

or

import { SimpleButton } from "thecodeduck-react-components";


const ComponentWithButton = () => {
  return (
    {... Parent Component Begin ...}
      <SimpleButton
        {... check props on Storybook ...}
      />
    {... Parent Component End ...}
  )
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

0.0.6

2 years ago

0.0.5

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