New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bcompo

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bcompo

a library to use and create various components with a great community to back it up

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

BeautifulComponents

BeautifulComponents is a React Native library that provides a collection of beautiful and customizable components, crafted by the BeautifulComponents development team and the open-source community. Elevate the visual appeal of your React Native applications with these stunning UI elements.

Features

  • 🌈 Beautifully designed components
  • 🎨 Customizable styles to match your app's theme
  • ⚡️ Lightweight and easy to integrate
  • 🚀 Actively maintained and community-driven

Installation

npm install beautiful-components

or

yarn add beautiful-components

Usage

Importing Components

import { BeautifulButton, BeautifulCard } from 'beautiful-components';

Example Usage

import React from 'react';
import { View, Text } from 'react-native';
import { BeautifulButton, BeautifulCard } from 'beautiful-components';

const App = () => {
  return (
    <View style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}>
      <BeautifulCard>
        <Text>Hello, Beautiful World!</Text>
      </BeautifulCard>
      <BeautifulButton onPress={() => alert('Button Clicked')}>
        Press me!
      </BeautifulButton>
    </View>
  );
};

export default App;

Documentation

For detailed documentation and customization options, visit the BeautifulComponents Documentation.

Contributing

We welcome contributions from the community! To contribute to BeautifulComponents, follow these steps:

Base Instruction

Fork the repository Create a new branch: git checkout -b feature/new-feature Make your changes Commit your changes: git commit -m 'Add new feature' Push to the branch: git push origin feature/new-feature Submit a pull request

What's next ?

Your PR will be examined by our team, then if your contribution follow the values and spirit of our community, we will then proceed to put it to the vote on our website https://beautifulcomponents.vercel.app/, and if you get enough votes, we will integrate it to our project.

Please read our Contribution Guidelines for more details.

License

BeautifulComponents is released under the MIT License.

FAQs

Package last updated on 12 Jan 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