Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skynexui/components

⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there. It's based in React and Flutter and uses the core of CSS specification to allow you to write cross platform styles.
https://github.com/skynexui/components

cross-platform dart flutter javascript nextjs react

Last synced: 7 days ago
JSON representation

⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there. It's based in React and Flutter and uses the core of CSS specification to allow you to write cross platform styles.

Awesome Lists containing this project

README

        

# SkynexUI:

## Why "another component library"?
The focus of this library is to provide a common "DSL" for write UI cross platform. Doesn't matter if the platform it's mobile or web. You will think in UI based in "Text" (``) and "Boxes" (``) and write the styles with breakpoints based in the web CSS key value conventions.

[](https://vercel.com/?utm_source=skynexui&utm_campaign=oss)

![Downloads](https://img.shields.io/npm/dw/@skynexui/components?color=orange) ![Current Version](https://img.shields.io/npm/v/@skynexui/components?color=green&label=version&cache=1) [![Flutter Package](https://img.shields.io/badge/skynexui__components-fluttter-blue)](https://pub.dev/packages/skynexui_components) [![NPM Package](https://img.shields.io/badge/@skynexui/components-npm-red)](https://www.npmjs.com/package/@skynexui/components)

> ⚠️ Until version 2.0 we will have breaking changes while structuring the API.

## Get Started
- [Follow these steps to create a new project](https://github.com/vercel/next.js/tree/canary/examples/with-skynexui-components)

## Demo
- This is the [main demo](https://github.com/skynexui/components/tree/main/examples/demo_base) that we are working on, an project with React for Web and Flutter for mobile development.

## Contributing
- The project is not well structured for contributions right now, if you find a bug, please [open an issue](https://github.com/skynexui/components/issues) and let's discuss how to implement it 😋.

### Dev mode
#### React (Web)
- Use the folder `examples/demo_base` that simulates a real world project structure.
- This setup has `build:watch` mode
```sh
# First terminal window
yarn install && yarn build:watch

# Second terminal window
yarn dev:demo_base
```
#### Flutter (Other platforms)
- Open inside VSCode `examples/demo_base/lib/main.dart`, them run it through it.

## How to use?

- Check the [docs here](https://skynexui.dev/)
- We also have a [storybook](https://storybook.skynexui.dev/)

## How to install?

- flutter:
```sh
flutter pub add skynexui_components
```

- yarn
```sh
yarn add @skynexui/components
```

- npm
```sh
npm install @skynexui/components
```

## Supporters

| Companies that trust in this project |
| --- |
| [](https://alura.com.br/?utm_source=skynexui&utm_campaign=oss) |