0.3.1 • Published 2 years ago
@andideve/sx-core v0.3.1
sx-core
A JavaScript library that can be used to simplify the styling process for React components.
Installation
npm i @andideve/sx-core
API: system()
is a function that can be used to create a parser of property values from a React component.
API: compose()
is a function that can be used to combine several parsers into one.
Exported utilities
- merge
- get
merge()
used to recursively merge two objects.
get()
used to get the value of a property in an object based on the path specified in the path argument.