Fix typo in ui-components docs
Summary: Closes https://github.com/facebook/Sonar/pull/26 Differential Revision: D8379209 Pulled By: danielbuechele fbshipit-source-id: b5f2fe8de84e48a9cd43bb8cd3e79e21e6be470f
This commit is contained in:
committed by
Facebook Github Bot
parent
86d266e75c
commit
dba07a33c7
@@ -4,7 +4,7 @@ title: UI Components
|
|||||||
sidebar_label: UI Components
|
sidebar_label: UI Components
|
||||||
---
|
---
|
||||||
|
|
||||||
Sonar has a lot of built in React components to build UIs. You can find all of these in [`src/ui/components`](https://github.com/facebook/Sonar/tree/master/src/ui/components) and can import them directly using `import {Buttom} from 'sonar'`.
|
Sonar has a lot of built in React components to build UIs. You can find all of these in [`src/ui/components`](https://github.com/facebook/Sonar/tree/master/src/ui/components) and can import them directly using `import {Button} from 'sonar'`.
|
||||||
|
|
||||||
## FlexBox
|
## FlexBox
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user