Open shailen-naidoo opened 4 years ago
const Tooltip = ({ dev }, text) => ` <tooltip> <p>${text}</p> </tooltip> `
const { Tooltip } = require('./components') module.exports = { Tooltip }
module.exports = ({ components }) => ` <html> <body> ${components.Tooltip('Hello World')} </body> </html> `
This would be extremely fantastic to have.
@lightningspirit I will see if I have the time to implement it :)
@lightningspirit Are you still using this library?