Socket
Socket
Sign inDemoInstall

@gluestack-ui/config-v2

Package Overview
Dependencies
Maintainers
15
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gluestack-ui/config-v2

Themed configuration for gluestack-ui components


Version published
Weekly downloads
42
decreased by-37.31%
Maintainers
15
Weekly downloads
 
Created
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 how to use this package to create one:

import { createButton } from '@gluestack-ui/themed';
import {
  Root,
  Text,
  Group,
  GroupHSpacer,
  GroupVSpacer,
  Spinner,
  Icon,
} from '@gluestack-ui/themed';

export const Button = createButton({
  Root,
  Text,
  Group,
  GroupHSpacer,
  GroupVSpacer,
  Spinner,
  Icon,
});

More guides on how to get started are available here.

Keywords

FAQs

Package last updated on 15 Mar 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc