Skip to content

Commit

Permalink
chore: Fixed broken links in readme, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Agrawal committed Dec 21, 2023
1 parent 6a4b846 commit 1e9328d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 28 deletions.
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ Pearl UI is a user-friendly UI library for React Native, offering ready-to-use c

Pearl UI is a comprehensive UI library for React Native projects, offering a wide range of features:

- **Open Source and Free** 🆓: Pearl UI is completely open source and free to use.
- **Open Source and Free** 🆓: Completely open source and free to use.
- **Universal Compatibility** 🌐: Write once and run on both iOS and Android platforms, thanks to the power of [Expo](https://docs.expo.dev/) and [React Native](https://reactnative.dev/).
- **Rich Component Library** 📚: Over 15 built-in components are available, with the flexibility to create custom components as needed.
- **Theming Control** 🎨: Full control over the theme allows for a highly customizable UI.
- **Rich Component Library** 📚: Growing library of built-in components with the flexibility to create custom components as needed.
- **Theming Control** 🎨: Full control over the theme for a highly customizable UI.
- **Animation Support** 🎬: Out-of-the-box support for animations using [Moti](https://moti.fyi/).
- **Dark Mode** 🌙: Dark mode is supported out-of-the-box, making it easy to cater to user preferences.
- **Responsive Design** 📱: Support for responsive design using breakpoints ensures your UI looks great on any device.
- **Dark Mode** 🌙: Dark mode support out-of-the-box, to make it easy to cater to user preferences.
- **Responsive Design** 📱: Support for responsive design using breakpoints to ensure your application looks great on any device.
- **Fast Development** ⚡: Speed up your development process with [style props](https://docs.pearl-ui.dev/docs/core-features/style-props).
- **Accessibility** ♿: Pearl UI is accessible by default, adhering to official Android and Apple guidelines.
- **Strong Typescript Support** 🦾: Typescript is fully supported, ensuring type safety and enhancing developer productivity.
- **Powerful API** 💪: A powerful API is available for creating custom components, providing flexibility and control.
- **Accessibility** ♿: Accessible by default, adhering to official Android and Apple guidelines.
- **Fully Typed** 🦾: Completely types using Typescript to ensure type safety and enhancing developer productivity.
- **Powerful API** 💪: Powerful API for creating custom components, providing flexibility and control.

## Installation

Expand All @@ -65,19 +65,11 @@ $ yarn add pearl-ui

## Documentation

For comprehensive usage instructions and API documentation, please visit our [official website](https://www.pearl-ui.dev/).

## Changelog

To keep track of all the changes and updates, please refer to our [changelog](https://github.com/agrawal-rohit/pearl-ui/blob/main/CHANGELOG.md) and [GitHub releases](https://github.com/agrawal-rohit/pearl-ui/releases).
For comprehensive usage instructions and API documentation, please visit the [official website](https://docs.pearl-ui.dev/).

## Contributing

We welcome contributions from the community. For instructions on how to set up the repository locally, build, test, and contribute, please refer to our [CONTRIBUTING.md](./CONTRIBUTING.md) guide.

## Code of Conduct

We believe in fostering an open and welcoming environment. To ensure that, we have a [Code of Conduct](./CODE_OF_CONDUCT.md) that we expect all contributors to adhere to.
Contributions from the community as encouraged. For instructions on how to set up the repository locally, build, test, and contribute, please refer to our [CONTRIBUTING.md](./CONTRIBUTING.md) guide.

## License

Expand Down
18 changes: 9 additions & 9 deletions docs/docs/overview/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ Welcome to Pearl UI, a comprehensive UI library for React Native projects. Wheth

Pearl UI is a comprehensive UI library for React Native projects, offering a wide range of features:

- **Open Source and Free** 🆓: Pearl UI is completely open source and free to use.
- **Open Source and Free** 🆓: Completely open source and free to use.
- **Universal Compatibility** 🌐: Write once and run on both iOS and Android platforms, thanks to the power of [Expo](https://docs.expo.dev/) and [React Native](https://reactnative.dev/).
- **Rich Component Library** 📚: Over 15 built-in components are available, with the flexibility to create custom components as needed.
- **Theming Control** 🎨: Full control over the theme allows for a highly customizable UI.
- **Rich Component Library** 📚: Growing library of built-in components with the flexibility to create custom components as needed.
- **Theming Control** 🎨: Full control over the theme for a highly customizable UI.
- **Animation Support** 🎬: Out-of-the-box support for animations using [Moti](https://moti.fyi/).
- **Dark Mode** 🌙: Dark mode is supported out-of-the-box, making it easy to cater to user preferences.
- **Responsive Design** 📱: Support for responsive design using breakpoints ensures your UI looks great on any device.
- **Fast Development** ⚡: Speed up your development process with [style props](../core-features/style-props).
- **Accessibility** ♿: Pearl UI is accessible by default, adhering to official Android and Apple guidelines.
- **Strong Typescript Support** 🦾: Typescript is fully supported, ensuring type safety and enhancing developer productivity.
- **Powerful API** 💪: A powerful API is available for creating custom components, providing flexibility and control.
- **Dark Mode** 🌙: Dark mode support out-of-the-box, to make it easy to cater to user preferences.
- **Responsive Design** 📱: Support for responsive design using breakpoints to ensure your application looks great on any device.
- **Fast Development** ⚡: Speed up your development process with [style props](https://docs.pearl-ui.dev/docs/core-features/style-props).
- **Accessibility** ♿: Accessible by default, adhering to official Android and Apple guidelines.
- **Fully Typed** 🦾: Completely types using Typescript to ensure type safety and enhancing developer productivity.
- **Powerful API** 💪: Powerful API for creating custom components, providing flexibility and control.

## A Note from the Creator

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"Pearl UI is a user-friendly UI library for React Native, offering ready-to-use components, framer-motion-like animations, dark mode, and responsive design. With its design-first approach and intuitive styling system, Pearl UI greatly enhances developer efficiency, simplifying and accelerating app development.",
},
{ name: "og:image", content: "img/logo.png" },
{ name: "og:url", content: "https://www.pearl-ui.dev" },
{ name: "og:url", content: "https://docs.pearl-ui.dev" },
{ name: "og:site_name", content: "Pearl UI" },

{ name: "twitter:title", content: "Pearl UI" },
Expand Down

0 comments on commit 1e9328d

Please sign in to comment.