aava-react-component-library
v0.1.15
Published
Component library for Lääkärikeskus Aava.
Downloads
4
Readme
Aava React Component Library
Overview
This is React implementation of Aava's styleguide components. Lääkärikeskus Aava's styleguide can be found here.
Installation
Package can be downloaded from npm package manager.
npm install aava-react-component-library --save
Using components
Example how to use a component from this module:
import { Section } from 'aava-react-component-library';
export const ExampleComponent = () => {
return (
<Section />
);
}
Development
Package can be loaded to any React installation by using npm link
. Details can be found
here