Skip to content

LaakarikeskusAava/react-component-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published