hig
hig copied to clipboard
Autodesk's unified design system
Covered in https://github.com/Autodesk/hig/pull/1441
As a developer I can have theme data for Avatar so I can build a HIG avatar on my platform Work started on this branch: #1302 --- *Todo* - [x]...
As a developer I can have components that use each typography variant to make it a little easier to layout text --- ### Typical use ``` import { H1, H2,...
### Typical use ``` Import Typography from '@hig/typography'; function MySpecialMessage() { return ( Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! ) } ``` ``` Typography.propTypes = {...
Change the default theme in the ThemeContext component from `LightGray` to `WebLight`.
#### Issue: - Using an ``, for example in an ``, it would be good to be able to add the `size` attribute in the same way we can when...
As a developer I can add a themable button to my app so it fits in with other UI --- _dev notes_ New design system has different names for some...