Code Monkey home page Code Monkey logo

box's People

Contributors

dependabot-preview[bot] avatar jcblw avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

box's Issues

Make css passable to withBox.

To make Box 100% compatible with react-native we need to be able to pass css so we can pass css from @emotion/native.

import { View } from 'react-native'
import { css } from '@emotion/native'

const Box = withBox({
  styleGuide,
  css,
  defaultComponent: View
})

I also think an interesting change that needs to also happen is that we will need to pass the styles into the style props. Instead of using the css prop.

// Web
<BoxComponent ref={ref} css={results.styles} {...otherProps} />
// Native
<BoxComponent ref={ref} style={[results.styles]} {...otherProps} />

Version 4

Description

I have got tons of use out of this component and will continue to use this component, but I have seen some of the shortcomings of the way this is setup.

Changes

  1. I want to lock down some of the defaults to be more in-line with react native, and more inline with yoga. I think this has been super valuable to be able to. yogalayout.com This is a subset of CSS, and also a very powerful one. Locking this down will also limit the scope of the CSS that we need to support.

  2. Allow for style guides to be injected via emotion-themeing. This gives a clear and nonmutating way to be able to add extra styles and have a better experience with custom themes. This also will allow us to be typesafe while add custom theming.

  • write out a plan to migrate.

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.