This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

9.0.0 • Public • Published

npm Commitizen friendly code style Prettier

Drieam UI

A design system and React component library for the web that lets you quickly build high-quality, accessible apps. Created by Drieam.

Install

Install the Drieam UI package and its peerDependencies.

yarn add @drieam/ui react react-dom antd i18n-react redux-form

Usage

import React from 'react';
import { render } from 'react-dom';
import Button from '@drieam/ui/lib/api-select';
import '@drieam/ui/lib/api-select/style';

function App() {
  return (
    <ApiSelect />
  );
}

render(<App />, document.getElementById('app'));

Contributing

We welcome all contributors who abide by our Code of Conduct. Please see the Contributors Guide for more details on submitting a PR, setting up a local dev environment, running tests, etc...

Versioning

Until this project reaches a 1.0 milestone, minor version numbers will simply be incremented during each release. The Changelog will continue to document the different types of updates, including any "breaking changes".

After the 1.0 milestone, this project will follow SemVer.

Readme

Keywords

none

Package Sidebar

Install

npm i @drieam/ui

Weekly Downloads

228

Version

9.0.0

License

MIT

Unpacked Size

731 kB

Total Files

348

Last publish

Collaborators

  • drieambot
  • ellya
  • hbarrientosg
  • martijnpieters
  • stef.schenkelaars