ingred-ui
TypeScript icon, indicating that this package has built-in type declarations

18.1.1 • Public • Published

logo.png INGRED UI is a design system developed to make it easy and quick for anyone to build a user interface. It is based on React and has a well thought out structure that works well with TypeScript.

NPM JavaScript Style Guide

Netlify Status

Install

For npm users:

npm install --save ingred-ui styled-components

For yarn users:

yarn add ingred-ui styled-components

For pnpm users:

pnpm add ingred-ui styled-components

Usage

import * as React from "react";

import { ThemeProvider, createTheme, Button } from "ingred-ui";

const App = () => {
  const theme = createTheme();
  return (
    <ThemeProvider theme={theme}>
      <Button>Sample</Button>
    </ThemeProvider>
  );
};

If you use <DatePicker /> or <DateRangePicker /> , add

import "react-dates/lib/css/_datepicker.css";

License

MIT © CARTA HOLDINGS, Inc.

Readme

Keywords

none

Package Sidebar

Install

npm i ingred-ui

Weekly Downloads

393

Version

18.1.1

License

MIT

Unpacked Size

3.72 MB

Total Files

560

Last publish

Collaborators

  • fluct-dev
  • kinokoruumu