@attlr/ui-components
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Attlr UI Components

Attlr UI Components is a collection of reusable components for building react native applications with an option to only add the components you need to your project.

Lint CI Node.js Package Publish Pre-Release Dependency review [GitHub stars] [GitHub forks] [GitHub issues] [GitHub pull requests] [GitHub license] FOSSA Status

Installation

npm install @attlr/ui-components

We recommend using our CLI to install the components you only need.

Usage

import { AButton } from '@attlr-ui/ui-components'

const App = () => {
  return (
    <AButton
      fill="solid"
      loadingColor="red"
      size="lg"
      iconRight={<AntDesign name="upcircle" size={24} color="white" />}
      icon
      onPress={() => console.log('Button clicked')}>
      <AButtonText variant="default">Click</AButtonText>
    </AButton>
  )
}

Documentation

You can find the documentation here

Contributing

We are open to contributions, get started by reading our contributing guide

Made with ❤️ by Attlr

License

FOSSA Status

/@attlr/ui-components/

    Package Sidebar

    Install

    npm i @attlr/ui-components

    Weekly Downloads

    4

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    67 kB

    Total Files

    36

    Last publish

    Collaborators

    • matthew_msingathi
    • axolema