@camsol.io/components
v1.0.2
Published
This is a components library built for having a single source of components for the Camsol website project.
Downloads
46
Maintainers
Readme
Camsol Components Library
Prerequisites
This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
6.4.1
v8.16.0
Table of contents
Getting Started
Installation
npm install camsol-components-library
OR
npm i camsol-components-library
Example Usage
Button Component
import { Button } from "camsol-components-library";
const App: React.FC = () => {
return (
<Button type="Solid" text="Button Text" />
)
}
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes:
git add .
- Commit your changes:
git commit -am '<commit-category>: Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :sunglasses:
Built With
- NodeJS
- ReactJS
- TypeScript
- Storybook
Library packaging done with Rollup
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Changelog
Security
License
Camsol Innovations GmbH