Git Product home page Git Product logo

skynexui / components Goto Github PK

View Code? Open in Web Editor NEW
667.0 667.0 39.0 32.67 MB

⚛️ 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.

Home Page: https://skynexui.dev

License: MIT License

TypeScript 45.15% Kotlin 0.10% Swift 0.31% Objective-C 0.03% Dart 37.92% HTML 3.29% JavaScript 12.33% Shell 0.87%
cross-platform dart flutter javascript nextjs react

components's People

Contributors

lucasdibz avatar omariosouto avatar semantic-release-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

components's Issues

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Missing package.json file.

A package.json file at the root of your project is required to release on npm.

Please follow the npm guideline to create a valid package.json file.


Good luck with your project ✨

Your semantic-release bot 📦🚀

Document and test initial stylesheet props

Why

  • Document: It's important to people see the available props and be aware that web supports everything while our list is related to props that are common in Flutter and React

How

  • Use Flutter test for flutter and the Box component
  • Use react testing library for react and the Box component
  • Try to sync this docs inside storybook also
  • inside "examples" add small examples related to the styled that are being created

DoD

  • Have in skynexui.dev in the section "Stylesheet" all props properly documented

Create `build:watch` command to simplify external contributions inside the core

Why?
People need to have an easy way to add new features and fix bugs

How?
Create a "build:watch": "" command that allows to work inside the examples folder with a live build and doing yarn link inside the respective folders.

I believe that we could use nodemon and use it's exec command to always run yarn unlink && yarn build && yarn link

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Missing package.json file.

A package.json file at the root of your project is required to release on npm.

Please follow the npm guideline to create a valid package.json file.


Good luck with your project ✨

Your semantic-release bot 📦🚀

TypeScript issues

Following a boilerplate from Alura Imersão React - Aula 01

I've encountered two TypeScript issues:

props:
  • backgroundImage
  • backgroundRepeat
  • backgroundSize
  • backgroundBlendMode
  • minHeight

does not exist in type StyleSheet

textFieldColors props: positive, negative are mandatory and should be optional (?)

[TASK] Add support for `flex-direction`

Why

  • Right now we are not able to put more than one children inside Box component, it simply doesn't show anything

How

Definition of Done

  • Be able to have 2 or more child being displayed inside a box component in React and Flutter

Remove docs from the `packages` folder

Why?
Just because packages folder should be destinated to additional packages related to the core

How?
Just move the folder to a projects new one at the root

Create example `with-react-navigation`

Why
Works with expo and it's a good way to see how we could abstract access through links in future

How
I believe that make a simple working example with stack navigation and a button moving inside and moving forward

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Missing package.json file.

A package.json file at the root of your project is required to release on npm.

Please follow the npm guideline to create a valid package.json file.


Good luck with your project ✨

Your semantic-release bot 📦🚀

CI: Add support to Flutter automatic release

Why
Because right now, only the JavaScript version is being automatically released to NPM and GitHub Registry

How
We can follow this tutorial, seems very usefull:

# 1 - get the credentials
cat "$HOME/Library/Application Support/dart/pub-credentials.json"

# 2 - save them as secrets in GH

# 3 - Follow the post:
# https://birju.dev/posts/publish-your-flutter-package-using-github-actions/

DoD
After every new merge on main we will have a new release.

Component: Provider

Why

  • The provider component is the entry point of all configurations

How

  • Flutter and React

    • Create a context around the entire app called Provider
    • Create a hook to get access to the theme called useTheme()
    • ...
  • API

    • Provider named SkynexUIProvider
    • useTheme()

Usage example

How the theme will be?

{
  "colors": {
      "...": "..."
  },
  "components": {
    "textField": {
      "variant": "basicBordered"
    }
  }
}

DoD

  • To be able to provide a theme as a JSON and the app work as expected

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.