Package Exports
- @egovernments/digit-ui-components
- @egovernments/digit-ui-components/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@egovernments/digit-ui-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
digit-ui-components
Install
npm install --save @egovernments/digit-ui-components
Limitation
This Package is more specific to DIGIT-UI's can be used across mission's
Usage
After adding the dependency make sure you have this dependency in
frontend/micro-ui/web/package.json
"@egovernments/digit-ui-components":"0.0.1",
then navigate to App.js
frontend/micro-ui/web/src/App.js
Syntax for importing any components
import { SVG } from "@egovernments/digit-ui-components";
<SVG.Accessibility />;
Local Development
Use Node 14 version
Step 1
yarn install
Step 2
yarn storybook
Changelog
0.0.1-beta.26 Updated Toast Usage
0.0.1-beta.25 Updated RemoveableTag component to have error
0.0.1-beta.24 Updated numeric type to disable input and use only buttons and made date and time fields clickable
0.0.1-beta.23 Updated ErrorMessage component to have new props named showIcon,truncateMessage and maxLength
0.0.1-beta.22 From this version of ui-components the Toast component will have a new prop named type, replacing the seperate props for info,warning and error
0.0.1-beta.21 Added categorySelectAllState in the nestedmultiselect variant of multiselectdropdown
0.0.1-beta.20 updated multiselectdropdown categoryselectall functionality and added key navigation for dropdown options
0.0.1-beta.19 making CheckBox more customizable and adding custom color for Button
0.0.1-beta.18 updated dropdown option labels
0.0.1-beta.17 updated toast info varinat css and category option css
0.0.1-beta.16 added erroe boundary atom
0.0.1-beta.15 added info varinat for toast
0.0.1-beta.14 updated dropdown options label to use optionsKey
0.0.1-beta.13 nested and tree dropdown varinat updated
0.0.1-beta.12 enhancements of components
0.0.1-beta.11 updated mobilenumber classname
0.0.1-beta.10 updated header and textinput classnames
0.0.1-beta.9 updated key to IS_STRING_MANIPULATED
0.0.1-beta.8 Updated the string manipulation based on globalConfig flag isStringManipulated
0.0.1-beta.7 updated classnames
0.0.1-beta.6 updated version
0.0.1-beta.5 modified classnames
0.0.1-beta.4 fixed some date issues
0.0.3 Added new components
0.0.1 base version
[0.0.1-beta.22] - 2024-05-20
Breaking Changes
- Toast Component: From this version of
ui-components
, theToast
component has a new prop namedtype
, replacing the separate props forinfo
,warning
, anderror
.- Old Usage:
<Toast info={true} label={"Info Toast"} /> <Toast warning="warning" label={"Warning Toast"}/> <Toast error={true} label={"Error Toast"}/>
- New Usage:
<Toast type="info" label={"Info Toast"} /> <Toast type="warning" label={"Warning Toast"} /> <Toast type="error" label={"Error Toast"} /> <Toast type="success" label={"Success Toast"} />
- Old Usage:
Published from DIGIT Core
Digit Core Repo (https://github.com/egovernments/Core-Platform/tree/digit-ui-core)
Contributors
[nabeelmd-egov] [anilsingha-eGov] [nipunarora-eGov] [swathi-egov] [jagankumar-egov]
Reference
Home Page (https://unified-dev.digit.org/storybook/)
License
MIT © jagankumar-egov