0.0.7 • Published 1 year ago

@divetool/coral-react v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CI NPM Version

Coral React Components

The Coral's React components are built using StencilJS. Read more about it in the StencilJS website.

Documentation

Read the full docs at https://divetool.github.io/coral

Getting started

To start using Coral's React components, start by installing @divetool/coral-react in your React project.

npm install @divetool/coral-react

Then import the components into your application TSX/JSX.

import { CrlButton } from '@divetool/coral-react';

export function App() {
  return <CrlButton>Click me</CrlButton>;
}

export default App;

License

This project is licensed under the MIT License.

See LICENSE for more information.