diff --git a/src/docs/GettingStarted/Installation/main.tsx b/src/docs/GettingStarted/Installation/main.tsx index 58547fe..9ed1f8d 100644 --- a/src/docs/GettingStarted/Installation/main.tsx +++ b/src/docs/GettingStarted/Installation/main.tsx @@ -48,9 +48,9 @@ export const Doc = ({ folder }: DocProps) => {
- Many of the UI components of @polkadot‑ui/react
{" "}
- use CSS variables from @polkadot‑ui/core
. If you
- are only using headless components from react
, then{" "}
+ Many of the UI components of @polkadot‑ui/react
use
+ CSS variables from @polkadot‑ui/core
. If you are only
+ using headless components from react
, then{" "}
core
is not required and react
can be
installed on its own:
All UI component styling and theming is held in{" "}
- @polkadot-ui/core
, in which other packages can utilise
- to implement the supported UI components in their respective
- frameworks.
+ @polkadot-ui/core
, in which other packages can utilise to
+ implement the supported UI components in their respective frameworks.
- Polkadot UI aims to fill a void in the Polkadot app developer space - by providing high quality, well-maintained, critical assets for app + Polkadot UI aims to fill a void in the Polkadot app developer space by + providing high quality, well-maintained, critical assets for app developers.
The goals of Polkadot UI are as follows:
diff --git a/src/docs/GettingStarted/UsingThemes/main.tsx b/src/docs/GettingStarted/UsingThemes/main.tsx index aac10da..f0ebaed 100644 --- a/src/docs/GettingStarted/UsingThemes/main.tsx +++ b/src/docs/GettingStarted/UsingThemes/main.tsx @@ -21,10 +21,10 @@ export const Doc = ({ folder }: DocProps) => { />- Polkadot UI UI components use CSS variables so apps can customise - their look and feel without having to delve into the component source - code. Apps can either define the CSS variables themselves, or use - pre-packaged themes from Polkadot UI. + Polkadot UI UI components use CSS variables so apps can customise their + look and feel without having to delve into the component source code. + Apps can either define the CSS variables themselves, or use pre-packaged + themes from Polkadot UI.