nimble-design-system
TypeScript icon, indicating that this package has built-in type declarations

3.45.0 • Public • Published


Markdownify
Nimble Design System

This is the design system for Nimble front end react projects.

Key FeaturesHow To UseDownloadCreditsRelatedLicense

Key Features

  • Autocomplete Component
    • Material UI Autocomplete wrapper component

How To Use

You can use this npm package on any React project (Js / Typescript)

# Install the library
$ yarn add nimble-design-system

# Usage
import {NimbleAutoComplete} from 'nimble-design-system'

# Nimble Dialog Component Usage
import {NimbleDialog} from 'nimble-design-system'

  <NimbleDialog
    open={true}
    title="Sample Title"
    metaData={null}
    parimaryActionLabel="Save"
    onClickPrimaryAction={() => { alert(value)}}>
        <div>
          <br />
          <TextField
            label="Enter Name"
            size="small"
            onChange={(e) => setValue(e.target.value)}
          />
        </div>
  </NimbleDialog>

Credits

This software uses the following open source packages:

License

MIT


GitHub @manoj201  · 

Readme

Keywords

none

Package Sidebar

Install

npm i nimble-design-system

Weekly Downloads

13

Version

3.45.0

License

ISC

Unpacked Size

2.63 MB

Total Files

121

Last publish

Collaborators

  • manoj201