Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@gluestack-ui/themed

Package Overview
Dependencies
34
Maintainers
15
Versions
223
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gluestack-ui/themed

A universal themed components for React Native, Next.js & React


Version published
Weekly downloads
8.5K
decreased by-26.32%
Maintainers
15
Created
Weekly downloads
 

Readme

Source

@gluestack-ui/themed

Installation

To use gluestack-ui components, all you need to do is install the @gluestack-ui/themed package:

$ yarn add @gluestack-ui/themed @gluestack-style/react react-native-svg@13.4.0

# or

$ npm i @gluestack-ui/themed @gluestack-style/react react-native-svg@13.4.0

Usage

A button component is a graphical user interface element that enables users to act by clicking or tapping. It can be customized in size, shape, color, and behavior to fit the design of the application or website. Here's an example:

import { Button, GluestackUIProvider } from '@gluestack-ui/themed';
import { config } from '@gluestack-ui/config';

export default function App () {
 return (
    <GluestackUIProvider config={config}>
     <Button>
      <ButtonText>
        Hello world!
      </ButtonText>
     <Button>
    </GluestackUIProvider>
  )
}

More guides on how to get started are available here.

Keywords

FAQs

Last updated on 13 Jun 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc