{"id":18978352,"url":"https://github.com/autodesk/hig","last_synced_at":"2025-04-09T05:04:40.140Z","repository":{"id":37736201,"uuid":"87124532","full_name":"Autodesk/hig","owner":"Autodesk","description":"Autodesk's unified design system","archived":false,"fork":false,"pushed_at":"2024-05-22T19:35:07.000Z","size":64433,"stargazers_count":181,"open_issues_count":160,"forks_count":114,"subscribers_count":15,"default_branch":"development","last_synced_at":"2024-10-25T23:09:08.781Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://storybook.weave.autodesk.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Autodesk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-03T21:55:02.000Z","updated_at":"2024-10-15T07:33:28.000Z","dependencies_parsed_at":"2023-07-13T23:54:47.096Z","dependency_job_id":"ffaac7bc-5c1e-4e58-a4c8-d604f2429a5b","html_url":"https://github.com/Autodesk/hig","commit_stats":{"total_commits":6340,"total_committers":132,"mean_commits":48.03030303030303,"dds":0.7922712933753944,"last_synced_commit":"45f1c598e8801588b2729c896df4870947795d8f"},"previous_names":["adsk-hig/hig.web"],"tags_count":1116,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2Fhig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2Fhig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2Fhig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2Fhig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Autodesk","download_url":"https://codeload.github.com/Autodesk/hig/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980808,"owners_count":21027803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T15:33:17.544Z","updated_at":"2025-04-09T05:04:40.116Z","avatar_url":"https://github.com/Autodesk.png","language":"JavaScript","readme":"# Weave\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/Autodesk/hig.svg)](https://greenkeeper.io/)\n\nWeave is Autodesk's unified design system, so we can build better products faster.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n\n- [Getting started](#getting-started)\n- [Theme data and theming components](#theme-data-and-theming-components)\n- [React components](#react-components)\n  - [Basics](#basics)\n  - [Components](#components)\n- [Contributing](#contributing)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Getting started\n\nAdd a component to your app:\n```jsx\nyarn add @weave-design/button\n```\n\nImport and render the component:\n```jsx\nimport Button from '@weave-design/button';\n\nfunction MyComponent() {\n  return \u003cButton title=\"Hello, world!\" /\u003e\n}\n```\n\n## Theme data and theming components\nTheme data is a representation of the Weave visual design language in the form of data. With [`@weave-design/theme-data`](./packages/theme-data/README.md), we publish the data in ECMAScript module, JSON, and SCSS formats. This data includes 8 themes that can be used on any platform. There are four color schemes including...\n\n* Light gray\n* Dark gray\n* Dark blue\n\n...with two densities–high and low–for each scheme. See how to [provide a theme to components](./packages/theme-context#provide-a-theme-to-components). \n\n- [`@weave-design/theme-data`](./packages/theme-data/README.md) - Weave design spec as data\n- [`\u003cThemeContext\u003e`](./packages/theme-context/README.md) - A component to ease consumption of theme data from within React components.\n\n## React components\n\n### Basics\n- Typography - See [`\u003cTypography\u003e`](./packages/typography/README.md) and [`\u003cRichText\u003e`](./packages/rich-text/README.md)\n- Layout - See [`\u003cSpacer\u003e`](./packages/spacer/README.md) and [`\u003cSurface\u003e`](./packages/surface/README.md)\n- Icons - See [`\u003cIcons\u003e`](./packages/icons/README.md) to easily render icons in React and the [`@weave-design/icons`](./packages/icons/README.md) package for svg data\n\n### Components\n\nEach Weave pattern is implemented as a set of React components. Each pattern is published to NPM individually under the @weave-design namespace.\n\n- [`\u003cAccordion\u003e`](./packages/accordion/README.md) - Make content-heavy pages appear less so by vertically stacking items in lists that users can expand or contract\n- [`\u003cAvatar\u003e`](./packages/avatar/README.md) - A visual representation of a customer's identity\n- [`\u003cAvatarBundle\u003e`](./packages/avatar-bundle/README.md) - Indicate a group of people who are associated with a task or information.\n- [`\u003cBadge\u003e`](./packages/badge/README.md) - Visual indicators that communicate status and draw attention to an object.\n- [`\u003cBanner\u003e`](./packages/banner/README.md) - An alert that requires a user action\n- [`\u003cButton\u003e`](./packages/button/README.md) - Trigger actions or changes\n- [`\u003cCheckbox\u003e`](./packages/checkbox/README.md) - A control to select from non-exclusive options\n- [`\u003cDivider\u003e`](./packages/divider/README.md) - Separate content inline or in a stack. \n- [`\u003cDropdown\u003e`](./packages/dropdown/README.md) - A menu to select one or many from a list\n- [`\u003cFlyout\u003e`](./packages/flyout/README.md) - A lightweight popup container\n- [`\u003cIcons\u003e`](./packages/icons/README.md) - Represents a concept in graphical form\n- [`\u003cIconButton\u003e`](./packages/icon-button/README.md) - Action buttons that include an icon only\n- [`\u003cLabel\u003e`](./packages/label/README.md) - A caption for an item in a user interface\n- [`\u003cMenu\u003e`](./packages/menu/README.md) - Display a list of choices through interaction with a button, icon or other controls\n- [`\u003cModal\u003e`](./packages/modal/README.md) - An overlay that focuses the customer's attention\n- [`\u003cNotificationsFlyout\u003e`](./packages/notifications-flyout/README.md) - A less intrusive way of announcing an event of potential interest to the user\n- [`\u003cNotificationsToast\u003e`](./packages/notifications-toast/README.md) - Floating message boxes that appear\n- [`\u003cNumericInput\u003e`](./packages/numeric-input/README.md) - For numerical values that allows freehand text entries or toggling values up and down\n- [`\u003cProgressBar\u003e`](./packages/progress-bar/README.md) - An indication of content loading, presented horizontally\n- [`\u003cProgressRing\u003e`](./packages/progress-ring/README.md) - An indication of content loading, presented circularly\n- [`\u003cRadioButton\u003e`](./packages/radio-button/README.md) - A control to select one exclusively from a list\n- [`\u003cRichText\u003e`](./packages/rich-text/README.md) - Applies the HIG typography styles to whatever is passed to it\n- [`\u003cSkeletonItem\u003e`](./packages/skeleton-item/README.md) - A placeholder for loading content\n- [`\u003cSlider\u003e`](./packages/slider/README.md) - A control for selecting a single numeric value from a range\n- [`\u003cSpacer\u003e`](./packages/spacer/README.md) - A square of empty space, meant to add space between other components\n- [`\u003cSurface\u003e`](./packages/surface/README.md) - A themable container with the appropriate background color for the current theme\n- [`\u003cTable\u003e`](./packages/table/README.md) - A collection of data in rows and columns\n- [`\u003cTabs\u003e`](./packages/tabs/README.md) - Keeps related content in a single container\n- [`\u003cTag\u003e`](./packages/tag/README.md) - Compact elements that can be used to represent small blocks of information\n- [`\u003cTextArea\u003e`](./packages/text-area/README.md) - A control to provide a large amount of freeform text\n- [`\u003cTextLink\u003e`](./packages/text-link/README.md) - Directs visitors to another location\n- [`\u003cThumbnail\u003e`](./packages/thumbnail/README.md) - Visual anchors and identifiers for objects\n- [`\u003cTile\u003e`](./packages/tile/README.md) - A themable container that display information related to a single subject or destination\n- [`\u003cTimestamp\u003e`](./packages/timestamp/README.md) - Presents a date with humanized phrasing\n- [`\u003cToggle\u003e`](./packages/toggle/README.md) - A control for a single action with a clear on/off or start/stop.\n- [`\u003cTooltip\u003e`](./packages/tooltip/README.md) - Provides context in a small popup container\n- [`\u003cTreeView\u003e`](./packages/tree-view/README.md) - A way to view and manipulate a list of data\n- [`\u003cTypography\u003e`](./packages/typography/README.md) - A set of components in many typographical variations\n\n## Contributing\n\nRead our contribution guidelines here: [CONTRIBUTING.md](CONTRIBUTING.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk%2Fhig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautodesk%2Fhig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk%2Fhig/lists"}