@lapilli-ui/components
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.6 • Public • Published

Lapilli UI - Components

A library of components you can use in your app to create your layout.

Installation

Install the module

npm install @lapilli-ui/components @emotion/react @emotion/styled --save

Getting started

Here an example of a basic app using the Button component.

import * as React from 'react';
import { Button } from '@lapilli-ui/components';

function App() {
	return <Button variant="outlined" color="secondary">Click me</Button>;
}

Documentation

See the main Lapilli UI website for the list of available components, API and usage documentation.

/@lapilli-ui/components/

    Package Sidebar

    Install

    npm i @lapilli-ui/components

    Weekly Downloads

    1

    Version

    1.0.0-beta.6

    License

    MIT

    Unpacked Size

    2.75 MB

    Total Files

    1084

    Last publish

    Collaborators

    • leanzafrancesco