2.11.4 â€ĸ Published 3 years ago

@uda/bento-components v2.11.4

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

:bento: (System to contain elements in an organized and beautiful way). Is an open-source component library built by Urban Data Analytics Team made with React

npm bundle size npm CircleCI Test Coverage Code style Dependabot Status

Getting Started

Run the following command using Yarn:

yarn add @uda/bento-components

If you prefer npm, use the following command instead:

npm install @uda/bento-components

🚀 Usage

Load Roboto font from CDN:

<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet" />

or via css:

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

Now you can start using components:

import { Button } from '@uda/bento-components';

const Sample = () => <Button>Bento rules!</Button>;

📚 Storybook

UI components guide

Storybook

🕹ī¸ Playroom

Bento Playroom

Create quick mock-ups and interactive prototypes with real code.

📋 Changelog

Please read the changelog.

📝 License

This project is licensed under the terms of the MIT license.

2.11.4

3 years ago

2.11.5

3 years ago

2.11.3

3 years ago

2.5.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.0.3

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.81

4 years ago

0.0.7

4 years ago

0.0.11

4 years ago

0.0.1

4 years ago

0.1.0

4 years ago