Coder Social home page Coder Social logo

renovate-bot / x-oss-byte-_-gluestack-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from x-oss-byte/gluestack-ui

1.0 0.0 0.0 21.13 MB

Universal headless components for React Native, Next.js & React with beautiful & optional styling (alpha)

Home Page: https://ui.gluestack.io

License: MIT License

Shell 0.02% JavaScript 4.80% TypeScript 41.88% CSS 0.01% MDX 53.29%

x-oss-byte-_-gluestack-ui's Introduction

gluestack-ui (beta)

gluestack-ui logo

Introduction

gluestack-ui is a universal UI library that provides optionally styled and accessible components. These components are designed for easy integration into applications developed with React and React Native.

Documentation

You can find detailed documentation for each component, including a list of props and examples, in https://ui.gluestack.io/docs website.

Features

  • Customizable components: Each component in the library comes with a set of customizable props that allow you to tailor its appearance and behavior to your specific needs.

  • Responsive design: The components are built using modern web design principles and are fully responsive, so they work seamlessly across a wide range of devices and screen sizes.

  • Well-documented: The comes with comprehensive documentation for each component, including a list of props and examples, to help you get up and running quickly.

  • Easy to use: The components are designed to be easy to use and integrate into your existing React applications. Simply install the library and import the components you need.

  • Frequent updates: We are constantly working on improving the library and adding new components. Follow us on GitHub to stay up-to-date on the latest releases and features.

  • Community support: Need help using the library or have a suggestion for a new feature? Join our Discord channel to connect with the community and get support.

Installing gluestack-ui

To use gluestack-ui components, all you need to install @gluestack-ui/themed and its dependencies

npm i @gluestack-ui/themed [email protected]

Tech Stack

JavaScript, React, React Native, Styled System

Usage

To use the gluestack-ui in your project, follow these steps:

  1. Wrap your application with the GluestackUIProvider provided by @gluestack-ui/themed.
import { GluestackUIProvider } from '@gluestack-ui/themed';

// Write this code snippet at the root of your application
function App({ children }) {
  return <GluestackUIProvider>{children}</GluestackUIProvider>;
}
  1. Now you can start using components!:
import { Button, ButtonText } from '@gluestack-ui/themed';

function Example() {
  return (
    <Button>
      <ButtonText>Awesome Button!</ButtonText>
    </Button>
  );
}

More guides on how to get started are available here.

Contributing

We welcome contributions to the gluestack-ui. If you have an idea for a new component or a bug fix, please read our contributing guide instructions on how to submit a pull request.

License

Licensed under the MIT License, Copyright © 2023 GeekyAnts. See LICENSE for more information.

x-oss-byte-_-gluestack-ui's People

Contributors

akash3gtm avatar amars29 avatar ankit-tailor avatar ashwinikumar007 avatar daminipandey avatar desrati avatar gauravguha avatar gluestackadmin avatar gsfzamai avatar ima-s avatar madhav23bansal avatar makkarmeenu avatar mayank-96 avatar njt1982 avatar rayan1810 avatar sandeepgeeky avatar sanketsahu avatar skipadu avatar surajahmed avatar tanishabiswas avatar vidhi499 avatar viraj-10 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.