Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 25, 2023
1 parent 0e425a2 commit 6989960
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions packages/components/src/ui/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# (Next) Component System
# TODO

This directory contains the code for next Component System.
We want to get rid of this folder. Don't add anything new here.

More information can be found in the original GitHub issue:
https://github.com/WordPress/gutenberg/issues/27484

## Usage

(This is still very much a work in progress)

```jsx
import { Text, View } from '@wordpress/components/ui';

function Example() {
return (
<View>
<Text>Code is Poetry</Text>
</View>
);
}
```
What is left of this folder should either be deleted (if unused elsewhere), or be moved into the root `packages/components/src` and `packages/components/src/utils` folders.

0 comments on commit 6989960

Please sign in to comment.