@josselinbuils/components

Component library based on ManoMano's toolkit.

Usage no npm install needed!

<script type="module">
  import josselinbuilsComponents from 'https://cdn.skypack.dev/@josselinbuils/components';
</script>

README

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