UNPKG

isometric-react

Version:

Isometric styling library made in React with as much flexibility over customization as possible. Rewrite of https://morgancaron.github.io/IsometricSass/ .

6 lines (5 loc) 364 B
export { default as IsometricContainer } from "./components/IsometricContainer"; export { default as Isometric } from "./components/Isometric"; export { default as IsometricGrid } from "./components/IsometricGrid"; export { default as IsometricPlane } from "./components/IsometricPlane"; export { default as IsometricCube } from "./components/IsometricCube";