CNCarlos Neisaincarlosneisa.hashnode.dev·Feb 9, 2021 · 5 min readTags input with ReactTags input, a trending component widely used on the web nowadays. In this blog, I will show you some of the steps to set up your own tags input component using React. A sample of the final product is shown below. See the Pen jOVrYWy by AndresNeisa...00
CNCarlos Neisaincarlosneisa.hashnode.dev·Dec 13, 2020 · 5 min readClip-path border using pseudo-elementsAdding a border to an HTML element is not a hard task, CSS provides us the border property which allows us to style the border of our elements. However, when those elements have been clipped using clip-path the story is a little bit different. To thi...00