hig icon indicating copy to clipboard operation
hig copied to clipboard

Autodesk's unified design system

Results 101 hig issues
Sort by recently updated
recently updated
newest added

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]...

theme data
2pt

- Tip of nub should be a few pixels away from the target

needs api design

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,...

type

### Typical use ``` Import Typography from '@hig/typography'; function MySpecialMessage() { return ( Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! ) } ``` ``` Typography.propTypes = {...

type

Change the default theme in the ThemeContext component from `LightGray` to `WebLight`.

chore

#### 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...

community

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...

theming
3pt
api approved
design approved