Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVipond committed May 15, 2021
1 parent 71e19b2 commit 3dcad8e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ To use the CSS selector builder interface, go to [the website](https://css-selec

The relevant source code for the user interface is in [in the `src/interface` directory](https://github.com/AlexVipond/css-selector-builder/tree/main/src/interface).

Components follow a naming convention:
| Name | Description |
| --- | --- |
| `Brand...` | Custom-designed implementations of Headless UI components. |
| `Input...` | Each component captures a particular type of data. They rely on `Brand...` form controls. |
| `Form...` | Custom layouts for combinations of `Input...` components. `Form...` components are controlled, i.e. they receive data from their parent, and emit changes. |


### Library

Expand Down

0 comments on commit 3dcad8e

Please sign in to comment.