Skip to content

luciancaetano/lens-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00c1bce Β· Jul 19, 2023
Aug 2, 2022
Aug 7, 2022
Sep 20, 2022
Apr 9, 2022
Sep 11, 2022
Oct 22, 2021
Jul 19, 2023
Oct 22, 2021
Apr 9, 2022
Apr 12, 2022
Mar 28, 2022
Mar 28, 2022
Oct 22, 2021
Mar 23, 2022
Jul 19, 2023
Oct 22, 2021
Oct 22, 2022
Sep 20, 2022
Apr 9, 2022
Mar 24, 2022
Aug 7, 2022
Aug 7, 2022
Jul 19, 2023
Jul 19, 2023
Aug 5, 2022
Aug 23, 2022

Repository files navigation

LensUi Design System [docs]

LensUi is a component library designed to be simple and customizable, it includes a comprehensive collection of components ready to use or to compose your own design system. LensUi is beautiful and straightforward in its simple design.

✨ Features

  • πŸ”Ž Simple UI designed for web applications.
  • πŸ“¦ A set of React components out of the box.
  • πŸ›‘ Written in TypeScript with predictable static types.
  • 🎨 Simple theme customization using css variables and data selectors.

Installation

Using npm or yarn

We recommend using npm or yarn to install, it not only makes development easier, but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.

$ npm install lens-ui
$ yarn add lens-ui

Usage

import { Button } from 'lens-ui';

ReactDOM.render(<Button>Hello World!</Button>, mountNode);

And import stylesheets.

import 'lens-ui/dist/index.css'; // or 'lens-ui/dist/lens-ui.less'

TypeScript

lens-ui provides a built-in ts definition.