@bdt-component-library/icon-isometric
v0.3.1
Published
IconIsometric component
Downloads
11
Readme
IconIsometric Component
About
This is a component published as its own package from our component library monorepo: https://github.com/BenefitsDataTrust/ui-components. Setup instructions, as well as higher-level goals and concerns can be found from the main project README.
Description
Handles display of standalone icons. Specs/assets here: https://zeroheight.com/990ea04ab/p/177b07-iconography/t/13c3c5
API
| prop | type | required | default | explanation | |-----------|--------|----------|---------|--------------| | iconName | enum (see IconIsometric.tsx for options) | yes | n/a | Corresponds with the icon that is imported in the component | | classOverrides | { size: string } | no | {} | Allows specifying classes to override other specific classes in the component | | className | string | no | n/a | Class that gets passed to the component |