Skip to content

Commit

Permalink
Remove mentions of hard-coded class names
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Mar 15, 2022
1 parent 1e3f194 commit f1eade4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/components/src/base-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ If this property is added, a help text will be generated using help property as

### className

The class that will be added with "components-base-control" to the classes of the wrapper div.
If no className is passed only components-base-control is used.
Any other classes to add to the wrapper div.

- Type: `String`
- Required: No
Expand Down Expand Up @@ -95,8 +94,7 @@ const MyBaseControl = () => (

#### className

The class that will be added with `components-base-control__label` to the classes of the wrapper div.
If no className is passed only `components-base-control__label` is used.
Any other classes to add to the wrapper div.

- Type: `String`
- Required: No
Expand Down

0 comments on commit f1eade4

Please sign in to comment.