1.1.13 • Published 3 years ago

unguessing-ui v1.1.13

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

UnGuessing UI

UnGuessing UI is a React Component, created to help you build the perfect UI without struggle.

NPM JavaScript Style Guide NPM npm bundle size

Why

Have you ever tried to create a layout but it don't look the same? You have a design to guide you and great tools to inspect elements, you know CSS but it's looks different yet. Perhaps is because you're worried about the implementation, sprint's deadline, integration with backend services or just because you need to switch your eyes between screens and browsers tabs over and over again. It's too much to care about it and create the perfect UI.

UnGuessing UI was made to help you to create the perfect screen/component UI, looking the differences between your screen and the design while you're coding and your application is reloaded.

You just need to upload an image file of your layout page or component UI and than control its opacity, scale and position dragging it over the screen.

Demo

Demo

Install

npm install --save-dev unguessing-ui

or

yarn add --dev unguessing-ui

Usage

import React from 'react'
import UnGuessingUI from 'unguessing-ui'

class YourPage extends React.Component {
  ...
}

export default UnGuessingUI(YourPage)

Limitations

Z-Index and mouse interactions.

The uploaded image is used as background with a z-index property in a layer over your page. Nevertheless, the mouse's events, such as hover, click, focus on some elements, might doesn't works properly. Condering this, you should use Unguessing UI just to build and compare your design UI and not in the logic and process moment.

Localstorage limit.

UnGuessing UI uses the localstorage to store your image, parsed into Base64, and the previous settings. By default, the size limit in Localstorage's browsers is 10MB. If the cota is exceeded, an warning is showed in console and will not save/update the data in localstorage. In this case, you'll need to compress, decrease the size or quality of your image file. You can use online services like TinyPNG or TinyJPG to do this.

License

MIT © Sergioamjr

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago