Skip to content

Commit ada2f08

Browse files
move src/test/ to examples/, fix typos in readme, and link to examples folder
1 parent 0441765 commit ada2f08

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ Use:
1414
} from 'solid-ui'
1515
1616
```
17+
See the ['examples' folder](https://github.com/solid/solid-ui/tree/examples/examples)
1718

1819
This has been a place to put any functionality from solid views which has been generalized to be usable in other views.
1920

2021
- Authentication UI: manage the user's logged in/out state.
21-
- Discovery: finding the users stuff, and leaving records of new things
22-
- Preferences: UI fo rmanaging a user's preefrences with two axes of defaults
22+
- Discovery: finding the user's stuff, and leaving records of new things
23+
- Preferences: UI for managing a user's preferences with two axes of defaults
2324
- An Access Control List widget for Solid ACL system
2425
- Acess Control Logic
2526
- Create a new object from modules/extensions which have registered their ability to create things
@@ -31,11 +32,11 @@ This has been a place to put any functionality from solid views which has been g
3132

3233
Some of the larger controls include:
3334

34-
- A chat widget: add discussion to any object. Infinte scroll, embedded images, social reactions, etc etc
35+
- A chat widget: add discussion to any object. Infinite scroll, embedded images, social reactions, etc etc
3536
- A people picker widget for choosing a set of people or an existing group
36-
- A general purpose table display with built-in facetted browsing
37-
- A two-dimentional matrix of editable live data extends in both domension.
38-
- A notepad of shared notes for real-time collaboration.
37+
- A general purpose table display with built-in faceted browsing
38+
- A two-dimentional matrix of editable live data that extends in both dimensions.
39+
- A notepad of shared notes for real-time collaboration
3940
- Drag and drop code for linking things and uploading files
4041
- A set of tabs for holding other widgets and arbitrary UI elements
4142

File renamed without changes.

0 commit comments

Comments
 (0)