0.1.3 • Published 4 years ago

@josselinbuils/components v0.1.3

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

Components

Library of React components based on ManoMano's toolkit.

Installation

yarn add @josselinbuils/components
npm install @josselinbuils/components --save

Usage

import { Alert } from '@josselinbuils/components/Alert';

<Alert level="info">This is an info alert</Alert>

Not to create unnecessary big bundles, the lib is provided with esnext syntax and has to be transpiled using Babel or any similar tool to become compatible with older browsers.

Documentation

Documentation