@niagads/ui
v0.2.2
Published
NIAGADS Common UI React Component Library
Downloads
323
Readme
NIAGADS Common UI React Component Library
Basic UI Elements for NIAGADS Javascript/React/next.js Applications
NOTE: this library not recommended for general usage outside NIAGADS and ADSP applications.
Usage
Install:
npm i @niagads/uiImport packages as needed:
from { Button, Alert, Checkbox } from "@niagads/ui";A Storybook with example component usage can be built from the Monorepo source on GitHub. More extensive component documentation is coming soon.
Completed
- Alert
- Button
- Card
- Checkbox
- HelpIcon
- RadioButton
- Select
- TextInput
- Tooltip
Needs Styling Revision
- Button
- Tabs
- Card
- Badge (fit to width and contents & align icon and text)
Proof of Concept or currently Under Revision
see Components in Queue for specific issues related to these UI Elements
- Navigation - see TODOs in issue #63
- Dropdown
- Skeleton
- Slider
- Layout/RootLayout (needs Footer)
