pdjenera-component-library v1.7.3
pdjenera-component-library
About The Project
This project is a React component library built to explore best practices for building reusable components. As well as exploring the best practices when it comes to testing, deployment and versioning.
Built With
This project was built with following librarie
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- yarn
npm install npm@latest -g npm install --global yarn
Installation
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/pdjenera/component-library.git
- Install NPM packages
yarn install
- Start Storybook
npm run storybook
Usage
Use the components in your React project by importing them:
import { Card } from 'your-component-library';
const App = () => (
<div>
<Card>
"Click Me"
</Card>
</div>
);
export default App;
For more examples, please refer to the Documentation
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'featL: add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the Unlicense License. See LICENSE.txt
for more information.
Contact
Project Link: https://github.com/pdjenera/component-library.git
4 months ago
4 months ago
4 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago