1.0.2 • Published 1 year ago

camsol-components-library v1.0.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

code style: prettier

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.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am '<commit-category>: Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. 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

Changelog

Security

Security Policy

License

GNU GPLv3

Camsol Technologies Ltd.