![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
global-winery
Advanced tools
global-winery for grape, a global frontend
This Library is currently incomplete and is in the process of being built
npm install --save global-winery
import React, { Component } from 'react'
import Button from 'global-winery'
class Example extends Component {
render() {
return (
<Button
text='Sign Up'
small={true}
event={() => alert('Button Clicked!')}
hover={true}
/>
)
}
}
git clone https://github.com/SammyRobensParadise/global-winery.git
cd raindrop && npm start
cd raindrop/example && npm start
Button.propTypes = {
text: PropTypes.string,
hover: PropTypes.bool,
invert: PropTypes.bool,
small: PropTypes.bool,
dropShadow: PropTypes.bool,
event: PropTypes.func
}
MultiButton.propTypes = {
textLeft: PropTypes.string,
textRight: PropTypes.string,
rightEvent: PropTypes.func,
leftEvent: PropTypes.func,
leftFocus: PropTypes.bool,
rightFocus: PropTypes.bool,
dropShadow: PropTypes.bool
}
Chevron.propTypes = {
direction: PropTypes.string,
color: PropTypes.string
}
Directions:
UP, DOWN, LEFT, RIGHT
FixedInput.propTypes = {
type: PropTypes.string,
size: PropTypes.string,
width: PropTypes.number,
height: PropTypes.number
}
SingleInput.propTypes = {
type: PropTypes.string,
size: PropTypes.number,
scrollAndResize: PropTypes.bool
}
Icon.propTypes = {
type: PropTypes.element,
hoverable: PropTypes.bool,
circle: PropTypes.bool,
square: PropTypes.bool,
color: PropTypes.string,
event: PropTypes.func
}
CodeBlock.propTypes = {
color: PropTypes.string
}
RefreshArrow.propTypes = {
color: PropTypes.string
}
BackArrow.propTypes = {
color: PropTypes.string
ForwardArrow.propTypes = {
color: PropTypes.string
}
exportUp.propTypes = {
color: PropTypes.string
}
MoreDots.propTypes = {
color: PropTypes.string
}
Star.propTypes = {
color: PropTypes.string
}
ExitIcon.propTypes = {
color: PropTypes.string
}
HomeIcon.propTypes = {
color: PropTypes.string
}
AddIcon.propTypes = {
color: PropTypes.string
}
MIT © SammyRobensParadise
FAQs
global-winery for grape, a global frontend
The npm package global-winery receives a total of 4 weekly downloads. As such, global-winery popularity was classified as not popular.
We found that global-winery demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.