Skip to content

Commit

Permalink
fix: docs improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj authored and Suraj committed Oct 25, 2023
1 parent 1aceb68 commit b1f622b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { AppProvider, CodePreview } from '@gluestack/design-system';

<Meta title="Core Concepts/Themed Library" />

`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer.
`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer.

For users looking for a seamless integration experience, we offer the `@gluestack-ui/config` package, which comes with pre-configured theme that can easily be integrated with `@gluestack-ui/themed` for a convenient styling solution.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { createButton } from '@gluestack-ui/button';

## Introduction

`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer.
`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer.

gluestack-ui provides a collection of unstyled components that can be styled according to a specific theme or design language. These components are reusable, consistent, interactive, and are accessible on the web, iOS, and Android.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ npm i @gluestack-ui/themed @gluestack-style/react [email protected]
### Step 1.5: Default Themed.(Optional)
`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
```bash
yarn add @gluestack-ui/config@latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ npm i @gluestack-ui/themed @gluestack-style/react @gluestack/ui-next-adapter rea
### Step 1.5: Default Themed.(Optional)
`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
```bash
yarn add @gluestack-ui/config@latest
Expand Down
2 changes: 1 addition & 1 deletion example/storybook/src/guides/install-rn/index.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm i @gluestack-ui/themed @gluestack-style/react [email protected]

### Step 1.5: Default Themed.(Optional)

`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.

```bash
yarn add @gluestack-ui/config@latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { AppProvider, CodePreview, Text } from '@gluestack/design-system';

<Meta title="Theme Configuration/Customizing Theme" />

The `@gluestack-ui/themed` UI library is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. For users looking for a seamless integration experience, we offer the `@gluestack-ui/config` package, which comes with pre-configured theme that can easily be integrated with `@gluestack-ui/themed` for a convenient styling solution.
`@gluestack-ui` UI library is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. For users looking for a seamless integration experience, we offer the `@gluestack-ui/config` package, which comes with pre-configured theme that can easily be integrated with `@gluestack-ui/themed` for a convenient styling solution.

## Customizing Tokens

Expand Down

0 comments on commit b1f622b

Please sign in to comment.