Digital Catapult Component Library
Installation
@digicat/components
are available as an npm package.
// with npm
npm install @digicat/components
// with yarn
yarn add @digicat/components
Usage
Here is a quick example to get you started, it's all you need:
import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from '@digicat/components'
function App() {
return <Button>hello</Button>
}
ReactDOM.render(<App />, document.querySelector('#app'))
Documentation
Check out our storybook for documentation of individual components.
Contributing
Read the contributing guide to learn about our development process, how to propose bugfixes and improvements.
License
This project is licensed under the terms of the
Apache License.