Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Jun 21, 2024
1 parent 2636930 commit 5ace8e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,35 +54,35 @@ With the above in mind, a fresh clone of the Simple Design System Figma file sho

All components and styles are in [src/ui](./src/ui). Within that directory, code is broken down into a few categories.

### [compositions](./src/ui/compositions/)
### [src/ui/compositions](./src/ui/compositions/)

Example arrangements of primitive components to demonstrate how you might use SDS to build a responsive website.

### [hooks](./src/ui/hooks/)
### [src/ui/hooks](./src/ui/hooks/)

Custom React hook definitions

### [icons](./src/ui/icons/)
### [src/ui/icons](./src/ui/icons/)

All icon components. Automatically generated by [scripts/icons](./scripts/icons)

### [images](./src/ui/images/)
### [src/ui/images](./src/ui/images/)

Placeholder images.

### [layout](./src/ui/layout/)
### [src/ui/layout](./src/ui/layout/)

Layout components. Crucial to SDS layouts, but do not have analagous component in Figma.

### [primitives](./src/ui/primitives/)
### [src/ui/primitives](./src/ui/primitives/)

The main component library. SDS primitives can't be reduced further into sub components.

### [providers](./src/ui/providers/)
### [src/ui/providers](./src/ui/providers/)

Custom React provider definitions

### [utils](./src/ui/utils/)
### [src/ui/utils](./src/ui/utils/)

Custom utilities and utility components

Expand Down

0 comments on commit 5ace8e5

Please sign in to comment.