@nudmcdgnpm/workbench-ui-svg-components
v1.0.0
Published
<!-- TODO: update this -->
Maintainers
Readme
digit-ui-svg-components
Install
npm install --save @upyog/workbench-ui-svg-componentsLimitation
This Package is more specific to DIGIT-UI's can be used across mission'sUsage
After adding the dependency make sure you have this dependency in
frontend/micro-ui/web/package.json"@upyog/workbench-ui-svg-components":"0.0.1",then navigate to App.js
frontend/micro-ui/web/src/App.jsSVGs can be imported from svg component libraries and also from digit-ui-react-components^1.5.27 package
Syntax for import any svgs
from svg library
import { Accessibility } from "@upyog/workbench-ui-svg-components";
<Accessibility />;from digit-ui-react-components
import { SVG } from "@upyog/workbench-ui-react-components";
<SVG.Accessibility />;
or;
import { SVG } from "@upyog/workbench-ui-react-components";
const { Accessibility } = SVG;
<Accessibility />;Changelog
1.0.0 Released as part of workbench v1.0
1.0.0-beta workbench base version beta release
0.0.8 Added RoundedCheck Icon and DeleteBtn icon with stories
0.0.7 Added Info banner icon
0.0.6 Added TickMark, Success Svg and fixed publish related issue
0.0.5 fixed publish related issue
0.0.4 fixed some fill related issue
0.0.3 Added NoResultsFoundicon,StarFilled , Star Empty and Fixed issue on NoResultsFoundicon
0.0.2 added the prototypes and playground stories for all svgs
0.0.1 base versionContributors
[nabeelmd-egov] [anil-egov] [jagankumar-egov]
Documentation
Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui)
Reference
Home Page (https://unified-dev.digit.org/storybook-svg/)
Maintainer
Published from DIGIT Frontend
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)

