From aca4386b6f6dafe5ee6d23d4a1981ad6ee253c59 Mon Sep 17 00:00:00 2001 From: Damini Date: Thu, 5 Oct 2023 16:55:34 +0530 Subject: [PATCH] feat: initial commit --- .../src/getting-started/Installation/index.stories.mdx | 6 +++--- .../storybook/src/overview/Introduction/index.stories.mdx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/storybook/src/getting-started/Installation/index.stories.mdx b/example/storybook/src/getting-started/Installation/index.stories.mdx index 0b53ebc29..37bda8e1b 100644 --- a/example/storybook/src/getting-started/Installation/index.stories.mdx +++ b/example/storybook/src/getting-started/Installation/index.stories.mdx @@ -35,12 +35,12 @@ Refer the guides shown below to setup gluestack-style in your Expo or Next.js ap @@ -49,4 +49,4 @@ Refer the guides shown below to setup gluestack-style in your Expo or Next.js ap Throughout this guide, we have provided detailed instructions on how to install `gluestack-style` in your Expo or Next.js application and configure its settings to ensure optimal performance. We highly recommend taking the time to familiarize yourself with the various aspects of gluestack-style, such as its configuration options and styled provider functionality, as well as the styled function. -To get started, we suggest reviewing the [config](https://gluestack.io/styledocs/configuration/theme-tokens) and [provider](https://gluestack.io/styledocs/getting-started/styled-provider) sections to gain a deeper understanding of aliases and tokens works. Once you have a solid grasp of these concepts, you can begin experimenting with the [styled](https://gluestack.io/styledocs/getting-started/styled) function and applying it to your project as needed. +To get started, we suggest reviewing the [config](https://gluestack.io/style/docs/configuration/theme-tokens) and [provider](https://gluestack.io/style/docs/getting-started/styled-provider) sections to gain a deeper understanding of aliases and tokens works. Once you have a solid grasp of these concepts, you can begin experimenting with the [styled](https://gluestack.io/style/docs/getting-started/styled) function and applying it to your project as needed. diff --git a/example/storybook/src/overview/Introduction/index.stories.mdx b/example/storybook/src/overview/Introduction/index.stories.mdx index 09fb6ea7e..a6cd7ae60 100644 --- a/example/storybook/src/overview/Introduction/index.stories.mdx +++ b/example/storybook/src/overview/Introduction/index.stories.mdx @@ -19,8 +19,8 @@ gluestack-style is different from other styling libraries like Glamour, Emotion, gluestack-style originally started as part of NativeBase, a universal component library for both React and React Native. However, we realized that not everyone needs all the components from NativeBase, so we broke it down into two separate libraries: -- [gluestack-style](https://style.gluestack.io) - The high-performing and universal styling library. -- [ui.gluestack.io](https://ui.gluestack.io/) (Alpha) - A set of ready-to-use universal components that can be added to any project and styled to fit your needs. You can even customize the components as desired. +- [gluestack-style](/style) - The high-performing and universal styling library. +- [gluestack-ui](/ui/docs) (Alpha) - A set of ready-to-use universal components that can be added to any project and styled to fit your needs. You can even customize the components as desired. ## But aren’t React Native and React Native Web sufficient?